home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 February
/
OpenLinux 2.3 CD.iso
/
live
/
usr
/
X11R6
/
bin
/
XConsole
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-08-10
|
213 b
|
6 lines
#!/bin/sh
# xconsole is capable of doing everything XConsole did, and is maintained...
# it is not setuid root, so we just exit if called as non-root
[ $(id -u) = 0 ] || exit 0
exec xconsole -file /proc/kmsg "$@"